home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tcombo.exe / NMSINPUT.CPP < prev    next >
C/C++ Source or Header  |  1992-11-18  |  1KB  |  24 lines

  1. /*************************************************************************/
  2. /*                                                                       */
  3. /* NMSINPUT.CPP                                                          */
  4. /*                                                                       */
  5. /* Copyright (c) 1992, Vincent J. Dentice                                */
  6. /* All rights reserved                                                   */
  7. /*                                                                       */
  8. /* This file contains the stream registration object for the class       */
  9. /* TStaticInputLine.                                                     */
  10. /*                                                                       */
  11. /*                                                                       */
  12. /*   Date    Prg  Ver  Description                                       */
  13. /* --------  ---  ---  ------------------------------------------------- */
  14. /* 11/16/92  VJD  0.2  Added streamability to the TStaticInputLine class */
  15. /*                                                                       */
  16. /*************************************************************************/
  17.  
  18.  
  19. #define Uses_TStaticInputLine
  20. #include "tsinputl.h"
  21.  
  22. const char * const near TStaticInputLine::name = "TStaticInputLine";
  23.  
  24.